home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 1 Issue 2 / PDCD-1 - Issue 02.iso / _editors / editors / _stronged / !StrongED / Modes / cconcepts < prev    next >
Text File  |  1994-06-11  |  3KB  |  98 lines

  1.  
  2. # Description of the "CConcepts" mode
  3. # This mode implements changes to the keys used in StrongED to match
  4. # to some extent the ones chosen by CC in Impression.
  5.  
  6. # Written by Dag Hσkon Myrdal (dhmyrdal@pvv.unit.no)
  7.  
  8. KeyList
  9. #    ^A 1        DeleteRight
  10. #    ^A 2        MarkWord  CB_Copy  MarkWord  BlockDelete
  11. #    ^A 3        MarkLine  CB_Copy  MarkLine  BlockDelete
  12.     ^B        InsertStr("{BaseStyle on}")
  13.     ^C        CB_Copy  BlockClear
  14.     ^D 1        MarkWord CB_Copy MarkWord BlockDelete
  15.     ^E        InsertStr("{Kern+}")
  16.     ^F        InsertStr("{Spell}")
  17.     ^G        InsertStr("{NextFrame}")
  18.     ^H        DeleteLeft
  19.     ^I        CreateView    #should have been insertframe...
  20.     ^J        InsertStr("{VKern+}")
  21.     ^K        BlockDelete
  22.     ^L        DeleteLine
  23.     ^N        PageDown
  24.     ^O        BlockMark_Continous InsertStr("{Toggle Frame outline}") 
  25.     ^P        PageUp
  26.     ^Q 1        MarkWord
  27.     ^Q 2        MarkToEnd_tl
  28.     ^Q 3        MarkLine
  29.     ^Q 4        MarkText
  30.     ^R        InsertStr("{Kern-}")
  31.     ^S        SwapcaseChar
  32.     ^T        MarkText
  33.     ^U        InsertStr("{VKern-}")
  34.     ^V        CB_Paste
  35.     ^W        MarkWord
  36.     ^X        CB_Copy  BlockDelete
  37.     ^Z 1        BlockClear
  38.     ^Z 2        CB_Purge
  39.     ^@        StartOfTLine  MarkToEnd_tl
  40.  
  41.     ^ïA        BlockMark_Continous InsertStr("{AlterChapter}") 
  42.     ^ïB        NextView    #should have been "put to back"
  43.     ^ïC        KillView
  44.     ^ïD 1        DateAndTime("%DY.%MN.%YR")
  45.     ^ïD 2        DateAndTime ("%24:%MI")
  46.     ^ïE        InsertStr("{Ruler }")
  47.     ^ïF        InsertStr("{EmbedFrame}")
  48.     ^ïG        GotoLine
  49.     ^ïH        InsertStr("Å")
  50.     ^ïI        InsertStr("{tab}")
  51.     ^ïJ        InsertStr("{Script Super}")
  52.     ^ïK        InsertStr("{Script Sub}")
  53.     ^ïL        InsertStr("{LineSpacing}")
  54.     ^ïN        InsertStr("{New ruler }")
  55.     ^ïP        BlockMark_Continous InsertStr("{toggle PageRulers}") 
  56.     ^ïQ        Transpose(-1)
  57.     ^ïR        BlockMark_Continous InsertStr("{InsertRepeatFrame}") 
  58.     ^ïS 1        InsertStr("{fontsize}")
  59.     ^ïS 2        InsertStr("{font}")
  60.     ^ïT        SaveText
  61.     ^ïU        InsertStr("{underline}")
  62.     ^ïW        GotoLine
  63.     ^ïZ        KillView
  64.     ^ï_        InsertStr("ÿ")
  65.  
  66. #    ^ïC        BlockCopy
  67.     ^ïV        BlockMove
  68. #    ^ïX        BlockDelete
  69. #    ^ïZ        BlockClear
  70.  
  71.     Insert        CB_Paste
  72.     BackSpace    DeleteLeft
  73.     Delete        DeleteLeft
  74.     Copy        DeleteRight
  75.     PgUp        PageUp
  76.     PgDown        PageDown
  77.     Home        StartOfText
  78.     Print        Print
  79. #    ïPrint        PrintBlock
  80.  
  81.     F1 1        InsertStr("{\"Main Heading\" on}")
  82.     F1 2        InsertStr("{\"Main Heading\"}")
  83.     F2 1        InsertStr("{\"Sub-Heading\" on}")
  84.     F2 2        InsertStr("{\"Sub-Heading\"}")
  85.     F5        InsertStr("{justify left}")
  86.     F6        InsertStr("{justify centre}")
  87.     F7        InsertStr("{justify right}")
  88.     F8        InsertStr("{justify full}")
  89.     F9 1        InsertStr("{\"Italic\" on}")
  90.     F9 2        InsertStr("{\"Italic\"}")
  91.     F10 1        InsertStr("{\"Index\" on}")
  92.     F10 2        InsertStr("{\"Index\"}")
  93.     ^ïF4 1        InsertStr("{\"Bold\" on}")
  94.     ^ïF4 2        InsertStr("{\"Bold\"}")
  95.     ^ïF10 1        InsertStr("{\"Hanging indent\" on}")
  96.     ^ïF10 2        InsertStr("{\"Hanging indent\"}")
  97. End
  98.